GetRelayoutBoundaryResponse

data class GetRelayoutBoundaryResponse(nodeId: NodeId)

Represents response frame that is returned from DOM#getRelayoutBoundary operation call. Returns the id of the nearest ancestor that is a relayout boundary.

See also

Constructors

GetRelayoutBoundaryResponse
Link copied to clipboard
fun GetRelayoutBoundaryResponse(nodeId: NodeId)

Properties

nodeId
Link copied to clipboard
val nodeId: NodeId
Relayout boundary node id for the given node.

Sources

jvm source
Link copied to clipboard